Create a SpotNegotiation Quote Document

SecurityAuthToken
Request
path Parameters
spotNegotiationId
required
string <uuid>

The id of the spot negotiation

spotNegotiationQuoteId
required
string <uuid>

The id of the spot negotiation quote

Request Body schema: multipart/form-data
description
required
string
file
required
string <binary>
is_carrier_document
required
boolean
type
required
string
Responses
200

The created SpotNegotiation Quote Document

Response Schema: application/json
created_at
string <date-time>
created_by_id
string <uuid>
created_by_name
string
description
string
file
string
filename
string
id
string <uuid>
spot_negotiation_quote
string <uuid>
type
string or null
Enum: "BOL" "FUEL" "LUMPER" "HOS" "SIGNATURE" "RATE_CONFIRMATION" "CUSTOMER_TENDER" "DELIVERY_RECEIPT" "WEIGHT_CERTIFICATE" "OVERAGES_SHORTAGES_AND_DAMAGES" "RENDITION_INVOICE_PACKET" "INVENTORY_RELEASE" "INVOICE" "INSURANCE" "SHIPPING_LABEL" "CUSTOMS_PAPERWORK" "PACKING_SLIPS" "OTHER"
updated_at
string <date-time>
object (User)
default

Default error response

post/quoting/spotnegotiations/spot-negotiations/{spotNegotiationId}/quotes/{spotNegotiationQuoteId}/documents/
Request samples
Response samples
application/json
{
  • "created_at": "2019-08-24T14:15:22Z",
  • "created_by_id": "9377d689-01fb-4abf-8450-3368d2c1924f",
  • "created_by_name": "string",
  • "description": "string",
  • "file": "string",
  • "filename": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "spot_negotiation_quote": "40fa8022-92a9-40a0-af46-1dd349d528dd",
  • "type": "BOL",
  • "updated_at": "2019-08-24T14:15:22Z",
  • "user": {
    }
}
Copyright © Shipwell 2024. All right reserved.